Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

computeStatus - add support for agreementId #53

Merged
merged 8 commits into from
Jul 2, 2024

Conversation

paulo-ocean
Copy link
Contributor

@paulo-ocean paulo-ocean commented Jun 21, 2024

Fixes #52.

Changes proposed in this PR:

  • the documentId or asset did is not used for any component along the flow (neither provider or operator service), for the "get compute status", one of owner, agreementId or jobId are expected. The usage of the did on the CLI is just for checking if the asset exists already.. then on the SDK its also not used, just being forwarded/chained between components that do not use it at all. What can be used instead is the agreementId, so this PR adds support for it, without breaking changes

@paulo-ocean paulo-ocean self-assigned this Jun 21, 2024
@paulo-ocean paulo-ocean changed the title add support for agreementId computeStatus - add support for agreementId Jun 21, 2024
@paulo-ocean paulo-ocean marked this pull request as draft June 26, 2024 08:07
@paulo-ocean paulo-ocean marked this pull request as ready for review July 2, 2024 09:07
Copy link
Member

@jamiehewitt15 jamiehewitt15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@paulo-ocean paulo-ocean merged commit ed8de0d into main Jul 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command getJobStatus passing documentId to SDK/Provider/OperatorService instead of agreementId
2 participants